Skip to content

docs(live-verify): correct two entries #634 made false, fold in #628-#630/#634 - #636

Merged
vibechoom merged 1 commit into
mainfrom
docs/live-verify-635
Jul 30, 2026
Merged

docs(live-verify): correct two entries #634 made false, fold in #628-#630/#634#636
vibechoom merged 1 commit into
mainfrom
docs/live-verify-635

Conversation

@vibechoom

Copy link
Copy Markdown
Contributor

Closes #635

Documentation-only change — docs/live-verify.md only, no source files touched.

Part 1 — correcting the two entries #634 made FALSE (the #635 proper)

Part 2 — folding in the four PRs merged since the doc's last refresh

Coverage line bumped from #458 through #625 to #458 through #634.

Gates

  • nix fmt — first run touched the file once (a manual line-wrap of mine split a code span across a line break, the known trap), fixed by shortening that span; second and third runs both report 0 files changed.
  • Markdown-only, so no clippy/cargo test needed.

🤖 Generated with Claude Code

…630/#634

PR #634 (closes #613) makes two existing entries actively wrong rather than
merely stale, which is worse than a gap: a verifier following the old text
would read a successful self-heal as a regression. Corrects both, per #635:

- The #610 "restart NetworkManager" caveat no longer says the backend probe
  runs once at startup; it retries while inconclusive. The deferred re-probe
  gap now points at #633 (the genuinely-unsolved half — switching backends
  after one is already committed) instead of the closed #613.
- The #609 entry no longer expects an `error!` pointing at
  `systemctl --user restart trollshell` on a transient probe failure. The
  shipped retry policy is unbounded and self-heals into a `RECOVERED` line
  instead of giving up.

Also folds in the three PRs that merged alongside #634 since the doc's last
refresh (#628):

- #629 (closes #614): docs/plugin-env.md publishing to the Pages options-doc
  site, new "Documentation site (GitHub Pages)" section (deploy itself is
  outside `nix flake check` by design — flagged as a manual check).
- #630 (closes #627): modal::close_all's borrow-timing fix, added to Shell
  chrome as a regression-only check — explicitly states that no observable
  change is the pass condition.
- #634 itself: new Wi-Fi entry covering the INCONCLUSIVE/RECOVERED journal
  pair and the incidental startup-freeze fix.
- #628: docs-only refresh of this file, noted in the closing section.

Coverage line bumped to #458 through #634. Documentation-only change.

Co-Authored-By: Claude Opus 5 (1M context) <[email protected]>
@vibechoom
vibechoom merged commit f7a980d into main Jul 30, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment